home *** CD-ROM | disk | FTP | other *** search
- {$I WINDMNGR.INC}
-
- begin
- Frame (5,5,75,20,124,31,3,1,1,0);
- Title (' Sample Window ',124,112,5,5,14,0);
- WriteXY ('This is an example of how fast a window can be created and',31,10,7,0);
- WriteXY ('filled with text using only the Frame, WriteXY, and Title',31,10,8,0);
- WriteXY ('Procedures.',31,10,9,0);
- WriteXY ('The Window Manager consists of a total of ten procedures.',31,10,11,0);
- WriteXY (' Initialize Frame',31,10,13,0);
- WriteXY (' Title WriteXY',31,10,14,0);
- WriteXY (' Mode SetWindow',31,10,15,0);
- WriteXY (' Open Remove',31,10,16,0);
- WriteXY (' SelectWindow SetDefs',31,10,17,0);
- end.